home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / textutils_1_3.LHA / textutils-1.3 / cat / cmp.1 < prev    next >
Text File  |  1992-09-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. CMP(1L)           MISC. REFERENCE MANUAL PAGES            CMP(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      cmp - compare two files
  10.  
  11. SYNOPSIS
  12.      cmp [-cls] [--show-chars] [--verbose]  [--silent]  [--quiet]
  13.      file1 [file2]
  14.  
  15. DESCRIPTION
  16.      This manual page documents the GNU version of cmp.  cmp com-
  17.      pares  the  two  given  files, and if they differ, tells the
  18.      first byte and line number where they differ.  The file name
  19.      `-' is always the standard input.  If one file name is omit-
  20.      ted, the standard input is used as well.
  21.  
  22.      It exits with the value
  23.  
  24.      0    The files are identical.
  25.  
  26.      1    The files differ.
  27.  
  28.      2    An error occurred.
  29.  
  30.   OPTIONS
  31.      -_c, --_s_h_o_w-_c_h_a_r_s
  32.           Print the differing characters like  `cat  -t'  (except
  33.           that newlines are printed as `^J').
  34.  
  35.      -_l, --_v_e_r_b_o_s_e
  36.           Print the (decimal) offsets and (octal) values  of  all
  37.           differing bytes.
  38.  
  39.      -_s, --_s_i_l_e_n_t, --_q_u_i_e_t
  40.           Do not print anything; only return an exit status indi-
  41.           cating whether the files differ.
  42.  
  43.      The long-named options can be introduced with `+' as well as
  44.      `--',  for compatibility with previous releases.  Eventually
  45.      support for `+' will be removed, because it is  incompatible
  46.      with the POSIX.2 standard.
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.